runtime.mheap.allocNeedsZero (method)

2 uses

	runtime (current package)
		mheap.go#L1072: func (h *mheap) allocNeedsZero(base, npage uintptr) (needZero bool) {
		mheap.go#L1445: 	needZero := h.allocNeedsZero(base, npages)